home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE03 / TIPTRIX / POPUPSU.DFM / POPUPSU.txt
Text File  |  1995-07-18  |  3KB  |  135 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   KeyPreview = True
  12.   PixelsPerInch = 96
  13.   PopupMenu = PopupMenu1
  14.   OnKeyDown = FormKeyDown
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 24
  18.     Top = 24
  19.     Width = 385
  20.     Height = 225
  21.     Caption = 'Panel1'
  22.     PopupMenu = PopupMenu1
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 24
  26.       Top = 24
  27.       Width = 329
  28.       Height = 177
  29.       Caption = 'Panel2'
  30.       TabOrder = 0
  31.       object Panel3: TPanel
  32.         Left = 24
  33.         Top = 16
  34.         Width = 281
  35.         Height = 145
  36.         Caption = 'Panel3'
  37.         TabOrder = 0
  38.         object Panel4: TPanel
  39.           Left = 24
  40.           Top = 24
  41.           Width = 233
  42.           Height = 97
  43.           Caption = 'Panel4'
  44.           TabOrder = 0
  45.           object Panel5: TPanel
  46.             Left = 24
  47.             Top = 24
  48.             Width = 177
  49.             Height = 49
  50.             Caption = 'Panel5'
  51.             TabOrder = 0
  52.             object Button1: TButton
  53.               Left = 48
  54.               Top = 8
  55.               Width = 89
  56.               Height = 33
  57.               Caption = 'Button1'
  58.               TabOrder = 0
  59.             end
  60.           end
  61.           object Notebook1: TNotebook
  62.             Left = 120
  63.             Top = 16
  64.             Width = 65
  65.             Height = 65
  66.             PopupMenu = PopupMenu1
  67.             TabOrder = 1
  68.             object TPage
  69.               Left = 0
  70.               Top = 0
  71.               Caption = 'Default'
  72.               object Outline1: TOutline
  73.                 Left = 8
  74.                 Top = 8
  75.                 Width = 49
  76.                 Height = 49
  77.                 ItemHeight = 13
  78.                 TabOrder = 0
  79.                 ItemSeparator = '\'
  80.                 PopupMenu = PopupMenu1
  81.               end
  82.             end
  83.           end
  84.         end
  85.       end
  86.       object ListBox1: TListBox
  87.         Left = 240
  88.         Top = 8
  89.         Width = 81
  90.         Height = 49
  91.         ItemHeight = 13
  92.         TabOrder = 1
  93.       end
  94.     end
  95.     object Memo1: TMemo
  96.       Left = 16
  97.       Top = 56
  98.       Width = 49
  99.       Height = 41
  100.       Lines.Strings = (
  101.         'Memo1')
  102.       TabOrder = 1
  103.     end
  104.     object RadioButton1: TRadioButton
  105.       Left = 64
  106.       Top = 208
  107.       Width = 113
  108.       Height = 17
  109.       Caption = 'RadioButton1'
  110.       TabOrder = 2
  111.     end
  112.   end
  113.   object PopupMenu1: TPopupMenu
  114.     OnPopup = PopupMenu1Popup
  115.     object DummyItem: TMenuItem
  116.       Caption = 'Dummy Text'
  117.     end
  118.     object N1: TMenuItem
  119.       Caption = '-'
  120.     end
  121.     object Menuitem1: TMenuItem
  122.       Caption = 'Menu item &1'
  123.     end
  124.     object Menuitem2: TMenuItem
  125.       Caption = 'Menu item &2'
  126.     end
  127.     object Menuitem3: TMenuItem
  128.       Caption = 'Menu item &3'
  129.     end
  130.     object EtcItem: TMenuItem
  131.       Caption = 'Etc.'
  132.     end
  133.   end
  134. end
  135.